You are here: Understanding the Meridian object model > About the Client object > The Client object methods > Log method

Log method

Sends a message to the VBScript debugging log.

Syntax

Log(Flags As AS_LOG_FLAGS, Message As String, [Source As String])
Parameters
Name Description

Flags

Long integer that represents one or more of the AS_LOG_FLAGS constants.

Message

Text to send to the application log.

Source

Optional name of the source of the message.

Remarks

To configure and view the log, see Debugging VBScript.

Related concepts

About the Client object